type net/http.readResult

4 uses

	net/http (current package)
		server.go#L642: type readResult struct {
		transfer.go#L74: 	ByteReadCh   chan readResult // non-nil if probeRequestBody called
		transfer.go#L208: 	t.ByteReadCh = make(chan readResult, 1)
		transfer.go#L211: 		var rres readResult